home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
public
/
rsynth
/
src
/
elements.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-08-01
|
329b
|
20 lines
#include <stdio.h>
#include <math.h>
#include "elements.h"
Elm_t Elements[] =
{
#include "Elements.def"
};
unsigned num_Elements = (sizeof(Elements) / sizeof(Elm_t));
char *Ep_name[nEparm] = {
"fn", "f1", "f2", "f3",
"b1", "b2", "b3", "an",
"a1", "a2", "a3", "a4",
"a5", "a6", "ab", "av",
"avc", "asp", "af"
};